Usage:  transaction list [--port INT] WALLET_ID [--start TIME] 
                         [--end TIME] [--order ORDER] 
                         [--simple-metadata] 
                         [--max_count MAX_COUNT]

  List the transactions associated with a wallet.

Available options:
  -h,--help                Show this help text
  --port INT               port used for serving the wallet API.
                           (default: 8090)
  --start TIME             start time (ISO 8601 date-and-time
                           format: basic or extended, e.g.
                           2012-09-25T10:15:00Z).
  --end TIME               end time (ISO 8601 date-and-time
                           format: basic or extended, e.g.
                           2016-11-21T10:15:00Z).
  --order ORDER            specifies a sort order, either
                           'ascending' or 'descending'.
  --simple-metadata        output metadata json in no-schema
                           encoding
  --max_count MAX_COUNT    specifies a limit to the number of
                           transactions returned.
